From a3b98125b5f2cb1799f517891d987f4972d71a37 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 20 Sep 2011 21:33:33 -0400 Subject: [PATCH] * doc/lispref/display.texi (Face Functions): `face-list' returns faces. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/display.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index f469ed3467b..d1ea1010a4e 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2011-09-21 Stefan Monnier + + * display.texi (Face Functions): `face-list' returns faces (bug#9564). + 2011-09-19 Lars Magne Ingebrigtsen * errors.texi (Standard Errors): Remove apparent placeholder text diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 68291319ef1..3002a4c220d 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -2598,7 +2598,7 @@ attributes @code{nil}. It does nothing if there is already a face named @end defun @defun face-list -This function returns a list of all defined face names. +This function returns a list of all defined faces. @end defun @defun copy-face old-face new-name &optional frame new-frame -- 2.30.2